home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / murdr130.zip / SYSOP.DOC < prev    next >
Text File  |  1993-01-05  |  9KB  |  223 lines

  1.  
  2.                        M U R D E R      M A N S I O N
  3.  
  4.                              W r i t t e n    b y
  5.  
  6.                     W i l l i a m    H.    R o u n t r e e
  7.  
  8.                   C o p y r i g h t  (c)   1 9 9 2, 1 9 9 3
  9.  
  10.  
  11. Murder Mansion, Copyright (c) 1992, 1993 by William H. Rountree, is being
  12. distributed as Shareware. Under this concept you may use the SHAREWARE
  13. (unregistered) version for a reasonable period of time for evaluation
  14. after which you must either register your copy or discontinue  usage.
  15.                      
  16. Disclaimer:
  17.  
  18.      This program and other files associated with it are not 
  19.      guaranteed to be bug free or virus free.  We are not
  20.      responsible for any damages of any kind, including
  21.      profit loses and dta loss, that relate directly or
  22.      indirectly to these programs and files.  You may
  23.      distribute this program, as long as it is in unmodified 
  24.      for with all the files originally included.
  25.  
  26. Credits:
  27.      QuickBasic (R) is a registered trade mark of Microsoft Corporation
  28.  
  29.      PCBoard (R) is a registered trade mark of Clark Development
  30.                  Corporation
  31.  
  32.      Door Source is copyrighted Computer City, USA 1988, 1989, 1990, 
  33.                  1991
  34.  
  35. Overview:
  36.  
  37.           * * * * * * * This Door Requires ANSI  * * * * * * *
  38.  
  39.      Murder Mansion is a role playing type door game.  This door does not
  40.      contain any time limit except that of the user's existing time left
  41.      online.  Although not written to operate on a multi-tasking environment,
  42.      it has been tested to do so without any known problems.  This door will
  43.      support a unlimited number of users.  This door will support RBBS,
  44.      Wildcat and PCBoard.  It is also written to be able to use Com ports and
  45.      IRQ's not usually used.  This door does NOT require any daily maintance.
  46.      This door code is written using QuickBasic 4.5 and DoorSource 4.0C
  47.      runtime library.
  48.  
  49. List of files in archive:
  50.  
  51. ───────────────────┬───────────────────┬───────────────────┬───────────────────
  52.                    │CORD1    1     5896│MURDER1  ANS   1409│SCORE    FIL    360
  53.                    │CORD1    MAS   5896│MURDER1  LEG   6045│SYSOP    BAK   8407
  54. ALIBI    ANS   1208│DAILY    FIL     12│OPEN     FIL      5│SYSOP    DOC   8959
  55. CASE1    1      252│FILE_ID  DIZ    562│OPEN1    ANS   1840│TOP      MDR     20
  56. CASE1    MAS    252│MURDER   CFG     65│PLAYER   INS   5769│USER     MDR   5050
  57. CHANGES  DOC   1489│MURDER   EXE 172538│REGISTER TXT   1985│
  58. ───────────────────┴───────────────────┴───────────────────┴───────────────────
  59.        21 files totaling 226904 bytes consuming 249856 bytes of disk space.
  60.  
  61.  
  62. Configuration file setup:
  63.  
  64.      Example:
  65.  
  66.      line 1:         C:\PCB\PCBOARD.SYS
  67.      line 2:         Prime Base
  68.      line 3:         William
  69.      line 4:         Rountree
  70.      line 5:         00000000
  71.      line 6:         50
  72.      line 7:         14
  73.      line 8:         3
  74.  
  75.      Line 1 is a drive/path/filename to the bbs interface file.
  76.      Line 2 is the name of the BBS using this door.
  77.      Line 3 is the first name of Sysop.
  78.      Line 4 is the last name of the Sysop.
  79.      Line 5 is the registration number.
  80.      Line 6 is the number of users able to play per game.
  81.      Line 7 is the number of days before an inactive player is removed.
  82.      Line 8 is the number of cases allowed each day.
  83.  
  84.      Note:  All 8 lines must exist for proper operation.
  85.  
  86.      PCBOARD.SYS, DOOR.SYS (31 Line), DORINFO1.DEF, or CALLINFO.BBS     
  87.      may be used in line #1.
  88.  
  89. Batch file setup:
  90.  
  91.      Example:          
  92.      
  93.      cd\doors\maze      
  94.      maze maze.cfg
  95.      cd\pcb
  96.      board
  97.  
  98. Here are some additional options available to use on the command line:
  99.  
  100. LOCKED:xxxxx  - Forces Dooor Source to lock the modem at the
  101.                 speed given.
  102. LOCAL         - Forces Door Source to run in local mode. This
  103.                 is really meant for testing purposes, but it
  104.                 still reads the configuration file, but doesn't
  105.                 read the bbs interface file.
  106. NETWORK       - Forces file sharing to be active incase you
  107.                 are using something other than SHARE to manage
  108.                 file locking.
  109. IRQ=n         - Lets you change the IRQ used for the com port
  110.                 specified in the bbs interface file.
  111.                 (See below for more information)
  112. ADDR=&Hnnnn   - Lets you change the address used for the com
  113.                 port specified in the bbs interface file.
  114.                 (See below for more information)
  115. PS2           - Forces the PS/2 IRQs and addresses if a PS/2
  116.                 isn't detected (Normally it is, but you can't
  117.                 always tell!)
  118. RBBS          - Forces Door Source into RBBS/QBBS mode
  119. WILDCAT       - Forces Door Source into Wildcat 2.0 mode
  120. DOORSYS       - Forces Door Source into 31-Line DOOR.SYS mode
  121. PCB121        - Forces Door Source into PCBoard 11.8/12.x mode
  122.                 with COM 1 active
  123. PCB122        - Forces Door Source into PCBoard 11.8/12.x mode
  124.                 with COM 2 active
  125. PCB14         - (DEFAULT) Forces Door Source into PCBoard 14.x
  126.                 mode
  127.  
  128. Example type: maze maze.cfg local
  129. This will allow you to play the game locally without a BBS.
  130.  
  131. When you use the IRQ or the ADDR option, you must include the other.
  132. You can't use just the IRQ and not the ADDR, and you can't use just
  133. the ADDR and not the IRQ. Here's a chart with the STANDARD IRQs
  134. and addresses for the PS/2s and IBM PCs:
  135.                         Non PS/2
  136.         Com port       IRQ     Address
  137.            1             4       &H3F8
  138.            2             3       &H2F8
  139.            3             4       &H3E8
  140.            4             3       &H2E8
  141.           5-8            4       &H3F8
  142.  
  143.                         PS/2
  144.         Com port       IRQ     Address
  145.            1             4       &H3F8
  146.            2             3       &H2F8
  147.            3             3       &H3220
  148.            4             3       &H3228
  149.            5             3       &H4220
  150.            6             3       &H4228
  151.            7             3       &H5220
  152.            8             3       &H5228
  153.  
  154.  
  155. List of function keys:
  156.  
  157.      F-3  : Printer toggle
  158.      F-4  : Page bell toggle
  159.      F-5  : Shell to DOS
  160.      F-7  : Caller alarm toggle
  161.      F-8  : Return caller to board
  162.      F-10 : Start Sysop chat
  163.      ESC  : End Sysop chat
  164.     Alt-X : Drop to DOS after caller logs off
  165.     ALT-N : Sysop next on flag
  166.  
  167. Daily Maintance:
  168.  
  169.      No modification of your daily maintance is required since Murder Mansion
  170.      performs it's Daily Maintance on the first caller that day.  This
  171.      Maintance is very short and should not delay the play by that call
  172.      very much.
  173.  
  174. Limitations:
  175.  
  176.      This door will continue to operate in it's original condition until
  177.      it is registered.  The unregistared version is limited to 1 case per
  178.      day, while the registered is Sysop configurable upto 9 cases per day.
  179.  
  180. Beta Testing:
  181.  
  182.      This door was extensively tested on three BBS boards, including my own.
  183.      I wish to thank DarkStar and Bill Velez for setting up the game on
  184.      their boards.  Please patronize their boards, as they are among the
  185.      finest in the Seattle area:
  186.  
  187.      DARKSTAR'S AWESOME FREAKING STARGAZER BOARD (Port Orchard, WA)
  188.      (206)871-3965  ***YOUR NASA CONNECTION***  Over 600 NASA files from
  189.      NASA SpaceLink!  Online CDRom, door games, approaching one gigabyte
  190.      of file storage!  SYSOP: DarkStar.
  191.  
  192.      WINGS BBS (Port Orchard, WA)  (206)876-6735, (206)895-0981 14.4 USR HST
  193.      (206)895-1077 16.800 USR HST DS  Over FIVE GIGABYTES of GREAT shareware
  194.      online!  SYSOP:  Bill Velez.
  195.  
  196.      This door was extensively tested on board the USS Nimitz.  I would like
  197.      to thank everyone who participated.  I especially would like to thank
  198.      Randy Klinginsmith, William Myers, and Frank Godfrey for their help and
  199.      suggestions.
  200.  
  201. Registration:
  202.  
  203.      Murder Mansion costs $15.00 US currency to register.  I will post a 
  204.      message on Prime Base in the Door Support Conference with your 
  205.      individual registration number.  If you have any problems or questions,
  206.      please leave all messages in this area for:
  207.     
  208.           William Rountree or Sysop at:
  209.  
  210.           Prime Base Node #1: (206) 871-9539   14,400 V32Bis, V42Bis
  211.           Prime Base Node #2: (206) 871-9340   16,800 USR Dual Standard
  212.  
  213. Upgrading from Versions 1.0 and 1.1:
  214.  
  215.      1. Copy *.ans into your door directory.
  216.      2. Copy murder.exe into your door directory.
  217.      3. Change your system date to the day before.
  218.      4. Type "murder murder.cfg local"
  219.         (This will generate a new set of cases in the new file format.) 
  220.      5. Quit th door when the option becomes available.
  221.      6. Reset your system date back to the correct one.
  222.  
  223.